projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e313b51
)
(bootstrap): Make `all' explicitly in a recursive Make.
author
Eli Zaretskii
<eliz@gnu.org>
Fri, 22 Dec 2006 20:54:52 +0000
(20:54 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Fri, 22 Dec 2006 20:54:52 +0000
(20:54 +0000)
nt/makefile.w32-in
patch
|
blob
|
history
diff --git
a/nt/makefile.w32-in
b/nt/makefile.w32-in
index a72e79146d23a6bb19a31adf29c22171c686c95c..ddbc0c0cab22cbb21ab67e94037dcf664eed0873 100644
(file)
--- a/
nt/makefile.w32-in
+++ b/
nt/makefile.w32-in
@@
-135,7
+135,8
@@
maybe-bootstrap-SH: doit
exit -1; \
\r
fi
\r
\r
-bootstrap: addsection bootstrap-$(MAKETYPE) all
\r
+bootstrap: addsection bootstrap-$(MAKETYPE)
\r
+ $(MAKE) $(MFLAGS) $(XMFLAGS) all
\r
\r
bootstrap-nmake: addsection
\r
cd ..\lisp
\r